pauseReconnect

Stops automatic reconnect scheduling (cancels any pending backoff timer).

Does not close an active transport — emits and inbound events continue until the connection drops naturally or you call close / NamespaceSocket.close.

The library does not decide when to call this; the host app invokes it from its own policy (lifecycle, connectivity, business rules).